home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / net / can / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  652 b   |  26 lines

  1. menu "CAN Device Drivers"
  2.     depends on CAN
  3.  
  4. config CAN_VCAN
  5.     tristate "Virtual Local CAN Interface (vcan)"
  6.     depends on CAN
  7.     default N
  8.     ---help---
  9.       Similar to the network loopback devices, vcan offers a
  10.       virtual local CAN interface.
  11.  
  12.       This driver can also be built as a module.  If so, the module
  13.       will be called vcan.
  14.  
  15. config CAN_DEBUG_DEVICES
  16.     bool "CAN devices debugging messages"
  17.     depends on CAN
  18.     default N
  19.     ---help---
  20.       Say Y here if you want the CAN device drivers to produce a bunch of
  21.       debug messages to the system log.  Select this if you are having
  22.       a problem with CAN support and want to see more of what is going
  23.       on.
  24.  
  25. endmenu
  26.